|
|
- Robocode -- API Overview
- There's plenty of other ways to move the tank, as well as to move the gun and the radar
- Note that the gun, the radar and the tank can all rotate seperately from one another -- or don't have to
- The Robot class itself allows you a lot of information about the game, like field height & width, number of opponents, etc.
- The Robot class also gives you other info about your tank: X/Y location, velocity, energy, etc.
|
|